Skip to content

Output iterator #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 11, 2025
Merged

Output iterator #70

merged 10 commits into from
Jun 11, 2025

Conversation

andreiavrammsd
Copy link
Owner

@andreiavrammsd andreiavrammsd commented Jun 11, 2025

Fixes #35 by implementing an output iterator.

std::transform(input_chan.begin(), input_chan.end(), msd::back_inserter(output_chan))

Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.69%. Comparing base (a2c25d2) to head (ee5bfa0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   96.11%   94.69%   -1.43%     
==========================================
  Files           3        3              
  Lines         103      113      +10     
  Branches        7        9       +2     
==========================================
+ Hits           99      107       +8     
- Partials        4        6       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andreiavrammsd andreiavrammsd merged commit 8d0616c into master Jun 11, 2025
11 checks passed
@andreiavrammsd andreiavrammsd deleted the output-iterator branch June 11, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use channel as an input_iterator
1 participant